@charset "utf-8";
/* CSS Document */
.body{
	margin:0;
	padding:0;}
.top{
	width:960px;
	height:300px;
	background-color:white;
	margin:auto;}
.header{
	height:300px;
	width:960px;
	margin:auto;}
.menu{
	color:snow;
	width:960px;
	height:35px;
	line-height:35px;
	font-size:16px;
	background-image:url(../images/navLine.jpg);
	margin:auto;}
.menu ul{
	margin:0;
	padding:0;
	list-style-type:none;}
.menu ul li{
	padding:0 1px;
	width:39px;
	height:35px;
	text-align:center;
	float:left;}
.menu ul li a{
	color:white;
	text-decoration:none;
	display:block;
	width:39px;
	height:35px;
	padding:0 5px;
	text-align:center;
	margin:auto;
	float:left;}
.menu ul li a:hover{
	background-color:#F00;
	width:100%;}
.main{
	width:960px;
	height:500px;
	margin:5px auto;}                               
.h1{
	height:500px;
	width:100%;}
.n1{
	width:263px;
	height:100%;
	border:1px solid #0C0;
	margin-bottom:15px;}
.n1 a{
	color:black;
	text-decoration:none;}
.n1 ul{
	margin:0;
	padding:0;
	list-style-type:none;}
.n1 ul li{
	height:30px;
	line-height:30px;
	border-bottom:1px dashed #333333;
	padding-left:5px;
	font-size:16px;}
.n1 ul li a{
	text-decoration:none;
	margin-left:5px;}
.n1 ul li a:hover{
	text-decoration:underline;
	color:blue;}
.title{
	border-bottom:2px solid #0C3;
	height:35px;
	width:100%;
	line-height:35px;}
.title strong{
	margin-left:5px;
	margin:0 10px;
	color:blue;}	
.n1,.tu{
	float:left;
    margin-right:10px;}
.kecheng dl,.kecheng dd{
	margin:0;
	padding:0;
	float:left;
	font-size:16px;}
.kecheng dd{
	text-align:center;
	width:80px;
	height:35px;
	margin:0 5px;}
.kecheng dl{
	margin-left:0;}
.kecheng dd.cur{
	background-repeat:repeat-x;
	background-image:url(../images/navLine.jpg);}
.kecheng a{
	color:black;}
.kecheng a:hover{
	text-decoration:underline;}
.kecheng dd.cur a{
	color:white;}
.kecheng ul li{
	width:30%;
	margin-left:10px;
	float:left;}
.kecheng ul li a{
	float:left;}
.kecheng ul li span{
	float:right;}


